home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / perl / t / loadlib.t < prev    next >
Encoding:
Text File  |  1999-03-23  |  143 b   |  15 lines

  1. $|=1;
  2. print "1..1\n";
  3.  
  4. # trick Gimp into using the Gimp::Lib-interface.
  5. BEGIN { @ARGV = '-gimp' }
  6.  
  7. use Gimp qw(:consts);
  8. print "ok 1\n";
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.